PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFVersionExtension Class / getExtensionDeveloperID Method
In This Topic
    getExtensionDeveloperID Method
    In This Topic
    Gets the ID of the extension developer.
    Extensions created by Adobe have the 'ADBE' identifier while the extenions created by ESI (required for PAdES signatures) have the '/ESIC' identifier.
    Syntax
    public java.lang.String getExtensionDeveloperID()

    Return Value

    A string (a COS name) that identifies the developer of the PDF extension.
    See Also